Skip to content

hammerlab/cli-utils

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

78 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cli-utils

Build Status codecov

Interfaces for creating CLI-runnable and testable commands/apps, with Spark- and non-Spark-focused modules.

base

Maven Central

Wrappers and extensions to case-app:

libraryDependencies += "org.hammerlab.cli" %% "base" % "1.0.1"
import hammerlab.cli._

See examples in tests.

spark

Maven Central

libraryDependencies += "org.hammerlab.cli" %% "spark" % "1.0.1"
import hammerlab.cli.spark._

See examples in tests.

About

Helpers for creating command-line applications

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages